ReactiveViewHost.AllPublicProperties property¶
Defined in
Type: ReactiveViewHostReactiveUI.Reactive
Assembly: ReactiveUI.Reactive.dll
Applies to
net10.0-android36.0
Attributes: [IgnoreDataMember] [JsonIgnore]
protected Lazy<PropertyInfo[]>? AllPublicProperties { get; set; }
Summary: Gets or sets the lazily-computed set of public properties used by legacy reflection-based wiring.
Returns: Lazy
Remarks
This is used by legacy reflection-based wiring. It is not initialized by default in AOT-safe construction
paths to avoid reflection and allocations. If a derived type requires this, use the legacy constructor.